Commit 655fd620 by 徐高华

企微托管

parent 9906744d
......@@ -157,8 +157,8 @@ public class QywxOpenController {
return RestResponse.successResult();
}
@RequestMapping("check-code")
public RestResponse<Void> checkCode(Long openStaffId) {
@RequestMapping("get-2qrcode")
public RestResponse<Void> get2Qrcode(Long openStaffId) {
ServiceResponse<OpenStaffDTO> resp = this.openStaffApiService.get2Qrcode(openStaffId) ;
if(!resp.isSuccess()) {
return RestResponse.failure("9999",resp.getMessage()) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment