优化商户号参数调试接口
This commit is contained in:
parent
e3cfca5bfa
commit
a7a0099cb8
@ -49,7 +49,7 @@ func (c *Client) ComplaintUpload(req *ComplaintUploadRequest) (response *Complai
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) ComplaintNotifyUrl(req *merchantConfigDebugRequest) (response *merchantConfigDebugResponse, err error) {
|
func (c *Client) MerchantConfigDebug(req *merchantConfigDebugRequest) (response *merchantConfigDebugResponse, err error) {
|
||||||
response = CreateMerchantConfigDebugResponse()
|
response = CreateMerchantConfigDebugResponse()
|
||||||
err = c.DoAction(req, response)
|
err = c.DoAction(req, response)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user