|
|
|
@@ -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("修改可用状态") |
|
|
|
|