7
0

优化商户号参数调试接口

This commit is contained in:
liufk 2024-09-30 17:44:22 +08:00
parent e3cfca5bfa
commit a7a0099cb8

View File

@ -49,7 +49,7 @@ func (c *Client) ComplaintUpload(req *ComplaintUploadRequest) (response *Complai
return
}
func (c *Client) ComplaintNotifyUrl(req *merchantConfigDebugRequest) (response *merchantConfigDebugResponse, err error) {
func (c *Client) MerchantConfigDebug(req *merchantConfigDebugRequest) (response *merchantConfigDebugResponse, err error) {
response = CreateMerchantConfigDebugResponse()
err = c.DoAction(req, response)
return