| | |
| | | import com.ruoyi.shop.service.shop.ShopRelUserService; |
| | | import com.ruoyi.shop.service.shop.ShopService; |
| | | import com.ruoyi.shop.service.shop.ShopStaffService; |
| | | import com.ruoyi.shop.service.shop.ShopSuggestService; |
| | | import com.ruoyi.system.api.domain.poji.shop.Shop; |
| | | import com.ruoyi.system.api.domain.poji.sys.SysUser; |
| | | import com.ruoyi.system.api.domain.vo.ShopRelUserVo; |
| | |
| | | |
| | | @Resource |
| | | private RemoteUserService remoteUserService; |
| | | |
| | | @Resource |
| | | private ShopSuggestService shopSuggestService; |
| | | |
| | | |
| | | /** |
| | | * 企业微信H5登录 |
| | |
| | | shopService.deleteShopTag(tag); |
| | | return R.ok(); |
| | | } |
| | | |
| | | @PostMapping("/deleteShopSuggestTag") |
| | | public R deleteShopSuggestTag(@RequestBody String tag) |
| | | { |
| | | shopSuggestService.deleteShopSuggestTag(tag); |
| | | return R.ok(); |
| | | } |
| | | } |