|
@@ -289,11 +289,11 @@ public class UserController extends MyController {
|
|
|
|
|
|
|
|
// 慧用工免登请求地址,用来换取手机号
|
|
// 慧用工免登请求地址,用来换取手机号
|
|
|
public void tokenToMobileNumber() {
|
|
public void tokenToMobileNumber() {
|
|
|
- JSONObject requestBodyJson = MyController.getJsonModelByRequestAndType(getRequest(), JSONObject.class);
|
|
|
|
|
|
|
+// JSONObject requestBodyJson = MyController.getJsonModelByRequestAndType(getRequest(), JSONObject.class);
|
|
|
|
|
|
|
|
String token = getPara("token");
|
|
String token = getPara("token");
|
|
|
|
|
|
|
|
- AppConfig.LOGGER.info("有免登请求: json:{}, form-data:{}", requestBodyJson.toJSONString(), getPara("token"));
|
|
|
|
|
|
|
+ AppConfig.LOGGER.info("有免登请求: form-data:{}", getPara("token"));
|
|
|
|
|
|
|
|
// 顶层 Map 用于封装整个 JSON 结构
|
|
// 顶层 Map 用于封装整个 JSON 结构
|
|
|
Map<String, Object> responseJson = new HashMap<>();
|
|
Map<String, Object> responseJson = new HashMap<>();
|