1
0
mirror of synced 2025-12-22 09:09:24 +08:00

🎨 修复部分注释文字:帐改为账

This commit is contained in:
azhen001
2024-09-16 16:08:22 +08:00
committed by GitHub
parent 0ac68ee680
commit 9efafa347e
10 changed files with 49 additions and 49 deletions

View File

@@ -439,12 +439,12 @@ public interface EcommerceService {
/**
* <pre>
* 修改结算号API
* 修改结算号API
* 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_4.shtml
* </pre>
*
* @param subMchid 二级商户号。
* @param request 结算
* @param request 结算
* @throws WxPayException the wx pay exception
*/
void modifySettlement(String subMchid, SettlementRequest request) throws WxPayException;