增加配置
This commit is contained in:
parent
56effeba55
commit
90ab69ed95
|
@ -45,9 +45,9 @@ func (this *YouChuClient) Login(code string) (Code int, response front.YouChuLog
|
||||||
return errorcode.SystemError, response
|
return errorcode.SystemError, response
|
||||||
}
|
}
|
||||||
post, err := this.doPost(url, partnerTxSriNo, "crecard.getCustomerInfo", bytes)
|
post, err := this.doPost(url, partnerTxSriNo, "crecard.getCustomerInfo", bytes)
|
||||||
if err != nil {
|
|
||||||
var rq, _ = json.Marshal(request)
|
var rq, _ = json.Marshal(request)
|
||||||
utils.Log(nil, "YouChuLogin", string(post), string(rq), err)
|
utils.Log(nil, "YouChuLogin", string(post), string(rq), err)
|
||||||
|
if err != nil {
|
||||||
return errorcode.SystemError, response
|
return errorcode.SystemError, response
|
||||||
}
|
}
|
||||||
responseData := DecryptResponse(string(post), false)
|
responseData := DecryptResponse(string(post), false)
|
||||||
|
|
Loading…
Reference in New Issue