|
|
|
@@ -222,8 +222,8 @@ public class WiwideUtil implements SMSExcutor { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
Map<String, String> params = new HashMap<>(2); |
|
|
|
params.put("username", "fm_test"); |
|
|
|
params.put("password", "wiwide123"); |
|
|
|
params.put("username", "api-test1"); |
|
|
|
params.put("password", "Wwd789"); |
|
|
|
String res = HttpUtil.doPost("http://140.143.33.245/api/user/auth", params); |
|
|
|
System.out.println(res); |
|
|
|
JSONObject result = JSONObject.parseObject(res); |
|
|
|
|