11
This commit is contained in:
@@ -102,6 +102,7 @@ func (a *API) GetStore(storeID string) (getStoreResult *GetStoreResult, err erro
|
||||
return nil, fmt.Errorf("%s", result["msg"])
|
||||
}
|
||||
|
||||
fmt.Println("fn_getStoreDATA======", result["business_data"])
|
||||
if storeData, ok := result["business_data"]; ok {
|
||||
if err := json.Unmarshal([]byte(utils.Interface2String(storeData)), &getStoreResult); err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user