|
@@ -779,8 +779,8 @@ public class TJoinpayMchServiceImpl extends ServiceImpl<TJoinpayMchMapper, TJoin
|
|
|
|
|
|
String url = "https://www.joinpay.com/allocFunds";
|
|
|
JSONObject requestData = new JSONObject(new LinkedHashMap());
|
|
|
- requestData.put("alt_login_name", "test1_" + mch.getAdminId() + "@mianhuatang.com");
|
|
|
-
|
|
|
+// requestData.put("alt_login_name", "test1_" + mch.getAdminId() + "@mianhuatang.com");
|
|
|
+ requestData.put("alt_login_name", mch.getLoginName());
|
|
|
|
|
|
JSONObject requestJson = new JSONObject(new TreeMap<String, Object>());
|
|
|
requestJson.put("method", "altmch.query");
|