This commit is contained in:
lifenlong 2021-10-11 10:56:55 +08:00
commit 9ec208fd9e
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class IMController {
@Autowired
private SettingService settingService;
@ApiOperation(value = "获取店铺列表分页")
@ApiOperation(value = "获取IM接口前缀")
@GetMapping
public ResultMessage<String> getUrl() {
String imUrl;

View File

@ -55,4 +55,7 @@ public class StoreBasicInfoVO {
@ApiModelProperty(value = "腾讯云智服小程序唯一标识")
private String yzfMpSign;
@ApiModelProperty(value = "udesk标识")
private String merchantEuid;
}