mtwmapi与ebaiapi返回api id的函数

This commit is contained in:
gazebo
2019-12-09 13:49:49 +08:00
parent d1a86752fc
commit 183791e49d
3 changed files with 9 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ func (a *API) getShopID(body map[string]interface{}) (shopID string) {
return ""
}
func (a *API) GetSource() string {
return a.source
}
func (a *API) AccessAPI2(cmd string, body map[string]interface{}, trackInfo string) (retVal *ResponseResult, err error) {
baseapi.SugarLogger.Debugf("ebai AccessAPI cmd:%s", cmd)
// a.speedLimiter.AccessAPI(allAPI)