Skip to content

Commit

Permalink
v1.5.93
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed May 15, 2023
1 parent 366b476 commit 5442bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/wechat_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ wechat.V3DecryptScoreNotifyCipherText()
* 查询申请单状态(BusinessCode):`client.V3Apply4SubQueryByBusinessCode()`
* 查询申请单状态(ApplyId):`client.V3Apply4SubQueryByApplyId()`
* 修改结算账号:`client.V3Apply4SubModifySettlement()`
* 修改结算账号(新):`client.V3AsyncApply4SubModifySettlement()`
* 查询结算账户:`client.V3Apply4SubQuerySettlement()`
* 查询结算账户修改申请状态:`client.V3Apply4SubMerchantsApplication()`
* <font color='#07C160' size='4'>点金计划(服务商)</font>
* 点金计划管理:`client.V3GoldPlanManage()`
* 商家小票管理:`client.V3GoldPlanBillManage()`
Expand Down
2 changes: 1 addition & 1 deletion wechat/v3/applyment_for_sub.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (c *ClientV3) V3Apply4SubQuerySettlement(ctx context.Context, subMchId stri

// 查询结算账户修改申请状态 API
// Code = 0 is success
// 文档:https://pay.weixin.qq.com/docs/partner/apis/modify-settlement/sub-merchants/modify-settlement.html
// 文档:https://pay.weixin.qq.com/docs/partner/apis/modify-settlement/sub-merchants/get-application.html
func (c *ClientV3) V3Apply4SubMerchantsApplication(ctx context.Context, subMchId, applicationNo string) (*V3Apply4SubMerchantsApplicationRsp, error) {
uri := fmt.Sprintf(v3Apply4SubMerchantsApplication, subMchId, applicationNo)
authorization, err := c.authorization(MethodGet, uri, nil)
Expand Down

0 comments on commit 5442bcc

Please sign in to comment.