log
This commit is contained in:
parent
271a3579a1
commit
e45b0d8b95
|
|
@ -223,7 +223,7 @@ func (q *AppApprove) GetDetail(spNo string) (*ApproveDetail, error) {
|
|||
}
|
||||
var rsp ApproveDetailRsp
|
||||
|
||||
fmt.Println("spno: %s, detail: %s", spNo, string(rspBody))
|
||||
//fmt.Println("spno: %s, detail: %s", spNo, string(rspBody))
|
||||
if err := json.Unmarshal(rspBody, &rsp); err != nil {
|
||||
log.Errorf("get body[%s] json error :%s", string(rspBody), err.Error())
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Reference in New Issue