添加汇付支付

This commit is contained in:
韩鹏辉 2024-01-19 15:31:55 +08:00
parent 0ce1c014be
commit 6aa568c96a
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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