Commit b71af837 by 陶光胜

加日志

parent 91615970
...@@ -45,7 +45,7 @@ public class ApplicationController extends WebBaseController{ ...@@ -45,7 +45,7 @@ public class ApplicationController extends WebBaseController{
@RequestMapping("callback") @RequestMapping("callback")
@IgnoreLogin @IgnoreLogin
public HaobanResponse callback(String code){ public HaobanResponse callback(String code){
String suiteId = String suiteId = "ww7d6566614055cf27"; String suiteId = "ww7d6566614055cf27";
String result = this.qywxSuiteApiService.corpAuth(suiteId, code); String result = this.qywxSuiteApiService.corpAuth(suiteId, code);
return resultResponse(HaoBanErrCode.ERR_1, result); return resultResponse(HaoBanErrCode.ERR_1, result);
} }
......
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