|
@@ -160,7 +160,7 @@ public class LoginController {
|
|
|
public Result<JSONObject> wxlogin(@RequestParam(name = "code") String code) throws Exception {
|
|
public Result<JSONObject> wxlogin(@RequestParam(name = "code") String code) throws Exception {
|
|
|
Result<JSONObject> result = new Result<>();
|
|
Result<JSONObject> result = new Result<>();
|
|
|
val configStorage = new WxCpDefaultConfigImpl();
|
|
val configStorage = new WxCpDefaultConfigImpl();
|
|
|
- configStorage.setCorpId(" wwef2e51064c0ac897");
|
|
|
|
|
|
|
+ configStorage.setCorpId("wwef2e51064c0ac897");
|
|
|
configStorage.setAgentId(1000002);
|
|
configStorage.setAgentId(1000002);
|
|
|
configStorage.setCorpSecret("ieoVDAIurCOMdLrvktyQNCqWvTPqdphmXSFdk57NZ1k");
|
|
configStorage.setCorpSecret("ieoVDAIurCOMdLrvktyQNCqWvTPqdphmXSFdk57NZ1k");
|
|
|
/* configStorage.setToken("hcst2019");
|
|
/* configStorage.setToken("hcst2019");
|