fix:支付
This commit is contained in:
parent
3a51a5f297
commit
d7894fd5c8
|
@ -1201,7 +1201,7 @@ func (d *defaultOrder) Create(ctx context.Context, in *CreateReq) (res *CreateRe
|
|||
}, nil
|
||||
}
|
||||
|
||||
// 订单购物车快照处理
|
||||
// 购物车快照处理
|
||||
func (d *defaultOrder) OrderShoppingCartSnapshotHandler(ctx context.Context, req *string) (res map[string]interface{}, err error) {
|
||||
var snapshot map[string]interface{}
|
||||
json.Unmarshal([]byte(*req), &snapshot)
|
||||
|
|
Loading…
Reference in New Issue
Block a user