public class JwShopAPI extends Object
| 构造器和说明 |
|---|
JwShopAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShopRtnInfo |
delShop(String newAccessToken,
PoiId poiId)
删除门店
|
static ShopRtnInfo |
doAddshop(String newAccessToken,
Business business)
增加门店
|
static BaseInfo |
getshop(String newAccessToken,
PoiId poiId)
查询门店信息
|
static String |
getShopCategorys(String newAccessToken)
增加门店
|
static List<BaseInfo> |
getshops(String newAccessToken,
BusinessReq businessReq)
查询门店列表
|
static ShopRtnInfo |
updateShop(String newAccessToken,
Business business)
修改门店服务信息
|
static String |
uploadImg(String newAccessToken,
String filePath,
String fileName)
上传图片
|
public static ShopRtnInfo doAddshop(String newAccessToken, Business business)
public static ShopRtnInfo updateShop(String newAccessToken, Business business)
public static ShopRtnInfo delShop(String newAccessToken, PoiId poiId)
public static List<BaseInfo> getshops(String newAccessToken, BusinessReq businessReq)
Copyright © 2022. All rights reserved.