This commit is contained in:
parent
12e8951c4f
commit
01ac62f2bc
|
|
@ -86,6 +86,11 @@ func (this *CmbService) QueryOrder(ctx http.Context) error {
|
|||
return err
|
||||
}
|
||||
|
||||
//wechatResp, err := this.WechatCpnRepo.QueryCallback(ctx)
|
||||
//if err != nil {
|
||||
// return err
|
||||
//}
|
||||
|
||||
return ctx.JSON(http2.StatusOK, map[string]interface{}{
|
||||
"data": str,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue