...
|
...
|
@@ -327,7 +327,7 @@ public class TradeBillsServiceImpl implements ITradeBillsService { |
|
|
return "";
|
|
|
}
|
|
|
|
|
|
private Integer getUidByMobile(String mobile) {
|
|
|
public Integer getUidByMobile(String mobile) {
|
|
|
Map<String,String> request = Collections.singletonMap("account", mobile);
|
|
|
JSONObject jsonObject = serviceCaller.get("uic.getProfileAction", "http://" + uicServerIpAndPort + UIC_GETPROFILE_URL, request, JSONObject.class, null).get(1);
|
|
|
if(null == jsonObject.getJSONObject("data") || null == jsonObject.getJSONObject("data").getInteger("uid")) {
|
...
|
...
|
|