Commit 9cea460f by 徐高华

企微托管

parent 655fd620
......@@ -157,6 +157,11 @@ public class QywxOpenController {
return RestResponse.successResult();
}
/**
* 获取2次验证二维码
* @param openStaffId
* @return
*/
@RequestMapping("get-2qrcode")
public RestResponse<Void> get2Qrcode(Long openStaffId) {
ServiceResponse<OpenStaffDTO> resp = this.openStaffApiService.get2Qrcode(openStaffId) ;
......
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