Browse Source

//update test

release_toaliyun_real
xhxu 4 years ago
parent
commit
0e216ba84e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java View File

@@ -359,7 +359,7 @@ public class WxMerchantController extends BaseController {
if(payAcount == null){
return new ResultData(ErrorCode.APP_ID_NOT_FOUND);
}
return wxProfitSharingReceiverService.updateTtReceiver(merchant,appInfo.getAppId(),payAcount.getMerchantApiKey());
return wxProfitSharingReceiverService.updateTtReceiver(merchant,appInfo.getAppId(),payAcount.getApiKey());
}

@ApiOperation("修改可用状态")


Loading…
Cancel
Save