Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop
This commit is contained in:
commit
9ec208fd9e
@ -32,7 +32,7 @@ public class IMController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private SettingService settingService;
|
private SettingService settingService;
|
||||||
|
|
||||||
@ApiOperation(value = "获取店铺列表分页")
|
@ApiOperation(value = "获取IM接口前缀")
|
||||||
@GetMapping
|
@GetMapping
|
||||||
public ResultMessage<String> getUrl() {
|
public ResultMessage<String> getUrl() {
|
||||||
String imUrl;
|
String imUrl;
|
||||||
|
@ -55,4 +55,7 @@ public class StoreBasicInfoVO {
|
|||||||
@ApiModelProperty(value = "腾讯云智服小程序唯一标识")
|
@ApiModelProperty(value = "腾讯云智服小程序唯一标识")
|
||||||
private String yzfMpSign;
|
private String yzfMpSign;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "udesk标识")
|
||||||
|
private String merchantEuid;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user