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