This commit is contained in:
ziming 2025-05-21 17:03:32 +08:00
parent ce501ce5cc
commit ef26d56c56
1 changed files with 0 additions and 5 deletions

View File

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