添加汇付支付
This commit is contained in:
parent
0ce1c014be
commit
6aa568c96a
|
|
@ -156,6 +156,6 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByStatus" resultMap="BaseResultMap">
|
<select id="selectByStatus" resultMap="BaseResultMap">
|
||||||
select * from tb_pluss_merchant_audit_record where channel=7 and thirdStatus=3 and applicationId like concat('merchantResident_','%')
|
select * from tb_pluss_merchant_audit_record where channel=7 and thirdStatus=3 and applicationId like concat('resident_','%')
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
@ -2332,7 +2332,7 @@ public class HfMerService {
|
||||||
init();
|
init();
|
||||||
String requestId= SnowFlakeUtil.nextId().toString();
|
String requestId= SnowFlakeUtil.nextId().toString();
|
||||||
Map<String, Object> merchantEntryParams = new HashMap<>(10);
|
Map<String, Object> merchantEntryParams = new HashMap<>(10);
|
||||||
merchantEntryParams.put("request_id", "merchantResident_"+requestId);//测试时每次请求需修改流水
|
merchantEntryParams.put("request_id", "resident_"+requestId);//测试时每次请求需修改流水
|
||||||
merchantEntryParams.put("sub_Api_Key", sub_Api_Key);//商户进件后返回的生产或者测试API Key
|
merchantEntryParams.put("sub_Api_Key", sub_Api_Key);//商户进件后返回的生产或者测试API Key
|
||||||
merchantEntryParams.put("fee_type", "02");//费率01-标准费率线上,02-标准费率线下
|
merchantEntryParams.put("fee_type", "02");//费率01-标准费率线上,02-标准费率线下
|
||||||
merchantEntryParams.put("app_id", app_id);//商户进件后返回的应用ID
|
merchantEntryParams.put("app_id", app_id);//商户进件后返回的应用ID
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue