mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#516 实现修改门店网络WiFi信息的接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user