Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
a5661218c6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/customer/svc/svc_curl_smart_pay.go

+ 2
- 1
app/customer/svc/svc_curl_smart_pay.go View File

@@ -595,7 +595,8 @@ func CurlSelfSupportForSchoolOrderDebtRepay(args md.CurlSelfSupportForSchoolOrde
err = errors.New("请求智慧餐厅支付 异常/失败")
return
}
mMap, ok := result.Data.(map[string]string)
mMap, ok := result.Data.(map[string]interface{})
utils.FilePutContents("CurlSelfSupportForSchoolOrderDebtRepay", utils.SerializeStr(mMap))
if !ok {
if mMap["code"] == "10000" {
//TODO::更新订单状态


Loading…
Cancel
Save