|
|
@@ -582,11 +582,11 @@ func CurlSelfSupportForSchoolOrderDebtRepay(args md.CurlSelfSupportForSchoolOrde |
|
|
|
Msg string `json:"msg"` |
|
|
|
Data interface{} `json:"data"` |
|
|
|
} |
|
|
|
utils.FilePutContents("CurlSelfSupportForSchoolOrderDebtRepay", utils.SerializeStr(result)) |
|
|
|
err = json.Unmarshal(bytes, &result) |
|
|
|
if err != nil { |
|
|
|
return |
|
|
|
} |
|
|
|
utils.FilePutContents("CurlSelfSupportForSchoolOrderDebtRepay", utils.SerializeStr(result)) |
|
|
|
if result.Code != 0 { |
|
|
|
if result.Msg != "" { |
|
|
|
err = errors.New(result.Msg) |
|
|
|