This commit is contained in:
richboo111
2023-06-02 15:36:59 +08:00
parent f47772afb4
commit 674ce417d0

View File

@@ -24,7 +24,8 @@ func (c *SFPSController) SfOrder() {
// 订单回调
for k, v := range msg {
callbackResponse = sfps.OnWaybillMsg(k, v)
c.Data["error_code"] = callbackResponse
c.Data["error_code"] = callbackResponse.ErrorCode
c.Data["error_msg"] = callbackResponse.ErrorCode
c.ServeJSON()
}
} else {