This commit is contained in:
ziming 2025-05-21 10:44:35 +08:00
parent 12e8951c4f
commit 01ac62f2bc
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ 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,
}) })