Skip to content

Commit

Permalink
商户进件路由fix (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
fr4nkhe authored Jan 4, 2022
1 parent d54d25a commit 42a6a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wechat/v3/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const (
v3Apply4SubQuerySettlement = "/v3/apply4sub/sub_merchants/%s/settlement" // sub_mchid 查询结算账户 GET

// 电商收付通(商户进件)
v3EcommerceApply = "/v3/ecommerce/applyments" // 二级商户进件 POST
v3EcommerceApply = "/v3/ecommerce/applyments/" // 二级商户进件 POST
v3EcommerceApplyQueryById = "/v3/ecommerce/applyments/%d" // applyment_id 通过申请单ID查询申请状态 GET
v3EcommerceApplyQueryByNo = "/v3/ecommerce/applyments/out-request-no/%s" // out_request_no 通过业务申请编号查询申请状态 GET

Expand Down

0 comments on commit 42a6a3b

Please sign in to comment.