fix: 分账API错误

Closes 48
This commit is contained in:
felord
2021-09-08 10:10:39 +08:00
parent 7459039cfd
commit 90233b8e32

View File

@@ -622,7 +622,7 @@ public enum WechatPayV3Type {
*
* @since 1.0.11.RELEASE
*/
PROFITSHARING_RECEIVERS_DELETE(HttpMethod.POST, "%s/v3/profitsharing/receivers/add");
PROFITSHARING_RECEIVERS_DELETE(HttpMethod.POST, "%s/v3/profitsharing/receivers/delete");
/**
* The Pattern.
*