#516 实现修改门店网络WiFi信息的接口

This commit is contained in:
Binary Wang
2019-06-30 23:14:21 +08:00
parent 7ac670b287
commit 37f5e59fbd
4 changed files with 49 additions and 3 deletions

View File

@@ -391,7 +391,12 @@ public interface WxMpApiUrl {
/**
* get.
*/
BIZWIFI_SHOP_GET(API_DEFAULT_HOST_URL, "/bizwifi/shop/get");
BIZWIFI_SHOP_GET(API_DEFAULT_HOST_URL, "/bizwifi/shop/get"),
/**
* upadte.
*/
BIZWIFI_SHOP_UPDATE(API_DEFAULT_HOST_URL, "/bizwifi/shop/update");
private String prefix;
private String path;