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