|
|
|
@ -100,6 +100,7 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
|
|
|
|
|
serviceApply.put("client_id", client.getIntValue("client_id"));
|
|
|
|
|
serviceApply.put("title", params.getString("signData"));
|
|
|
|
|
serviceApply.put("amount", decData(params.getString("signPrice"), key, svcInfo.getString("platform_pri_key")));
|
|
|
|
|
serviceApply.put("surcharge_rate", decData(params.getString("signRate"), key, svcInfo.getString("platform_pri_key")));
|
|
|
|
|
serviceApply.put("apply_username", params.getString("signName"));
|
|
|
|
|
serviceApply.put("status", 0);
|
|
|
|
|
serviceApply.put("is_valid", 1);
|
|
|
|
|