添加淘宝

This commit is contained in:
邹宗楠
2023-06-28 09:45:03 +08:00
parent 9327c466a6
commit c13ba506a0
15 changed files with 556 additions and 36 deletions

View File

@@ -33,6 +33,10 @@ func (a *API) GetVendorOrgCode() string {
return a.client.AppKey
}
func (a *API) GetAppSecret() string {
return a.client.AppSecret
}
func (a *API) SetToken(token string) {
a.token = token
}