- GetMyStoreList 返回城市名
This commit is contained in:
@@ -84,7 +84,7 @@ func getMobileFromCtx(ctx *jxcontext.Context) (mobile string) {
|
||||
return mobile
|
||||
}
|
||||
|
||||
func GetMyStoreList(ctx *jxcontext.Context) (storeList []*model.Store, err error) {
|
||||
func GetMyStoreList(ctx *jxcontext.Context) (storeList []*dao.StoreWithCityName, err error) {
|
||||
mobileNum := getMobileFromCtx(ctx)
|
||||
if mobileNum == "" {
|
||||
return nil, fmt.Errorf("不能得到用户手机号")
|
||||
|
||||
Reference in New Issue
Block a user