mtwmapi由RetailSellStatus取代RetailSkuSellStatus

This commit is contained in:
gazebo
2019-10-14 18:41:56 +08:00
parent 8b6fc21c28
commit c5b0e1a847
4 changed files with 74 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ import (
)
const (
sandboxURL = "http://newopen.qa.imdada.cn"
prodURL = "http://newopen.imdada.cn"
sandboxURL = "https://newopen.qa.imdada.cn"
prodURL = "https://newopen.imdada.cn"
signKey = "signature"
)