|
@@ -253,7 +253,7 @@ public class APPPartnerController extends BaseController {
|
|
|
* @return
|
|
* @return
|
|
|
* @throws WxErrorException
|
|
* @throws WxErrorException
|
|
|
*/
|
|
*/
|
|
|
- @PostMapping("/bind")
|
|
|
|
|
|
|
+ @PostMapping("/bindWechat")
|
|
|
@ApiOperation(value = "工号绑定微信")
|
|
@ApiOperation(value = "工号绑定微信")
|
|
|
HttpResult<Object> bindWechat(@RequestBody WechatBindVo wechatBindVo){
|
|
HttpResult<Object> bindWechat(@RequestBody WechatBindVo wechatBindVo){
|
|
|
try {
|
|
try {
|