1
This commit is contained in:
@@ -160,7 +160,7 @@ func (c *LaKaLaController) CustomerSettleFee() {
|
||||
c.callCustomerSettleFee(func(params *tLakalaCustomerSettleFeeParams) (retVal interface{}, errCode string, err error) {
|
||||
var settle *lakala.UpdateSettleInfoReq
|
||||
if params.Payload != "" {
|
||||
if err = utils.UnmarshalUseNumber([]byte(params.Payload), settle); err != nil {
|
||||
if err = utils.UnmarshalUseNumber([]byte(params.Payload), &settle); err != nil {
|
||||
return retVal, "", err
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user