fix:支付

This commit is contained in:
momo 2023-09-28 18:27:15 +08:00
parent 3a51a5f297
commit d7894fd5c8

View File

@ -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)