1
This commit is contained in:
@@ -326,7 +326,7 @@ func (a *API) GetMerchantReportStatus(orgCode, agentNo, externalCustomerNo strin
|
||||
"agentNo": agentNo,
|
||||
"externalCustomerNo": externalCustomerNo,
|
||||
}
|
||||
result, err := a.AccessAPI2(BaseProdChangeUrl, ImgIsSupplement, http.MethodPost, "", param)
|
||||
result, err := a.AccessAPI2(BaseProdChangeUrl, ReportStatus, http.MethodPost, "", param)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user