ion-app-flutter icon indicating copy to clipboard operation
ion-app-flutter copied to clipboard

Data and service data are not matched. Is it not updated?

Open liyunfu opened this issue 4 years ago • 2 comments

Data and service data are not matched. Is it not updated?

liyunfu avatar Jan 05 '21 03:01 liyunfu

Any help on this issue BIZ module receiving the data posted from FLUTTER app but BIZ returns error saying no Param sent.

Error in the below line of biz code

/ion-master_biz/cmd/biz/json-rpc/server/peer.go
// Handle incoming RPC call events, implement jsonrpc2.Handler
func (p *Peer) Handle(ctx context.Context, conn *jsonrpc2.Conn, req *jsonrpc2.Request) {
      //flow goes into this condition always
     if req.Params == nil {

natrayanp avatar Feb 15 '21 11:02 natrayanp

I want to run the master branch, which service should I run?

liyunfu avatar Feb 24 '21 01:02 liyunfu