|
|
@@ -284,7 +284,7 @@ public class APPPartnerController extends BaseController {
|
|
|
/**
|
|
|
* 是否绑定微信
|
|
|
*/
|
|
|
- @ApiOperation(value = "是否绑定支付宝")
|
|
|
+ @ApiOperation(value = "是否绑定微信")
|
|
|
@GetMapping(value = "/checkBindWechat")
|
|
|
public HttpResult checkBindWechat() {
|
|
|
String openId = sysPartnerService.checkBindWechat();
|