configuration

master
yixian 5 years ago
parent f260b5e95b
commit c72dfc2ece

@ -229,7 +229,7 @@ public class RefundServiceImpl implements RefundService, ApplicationEventPublish
} }
boolean requireAudit = type == OperatorType.PARTNER && PartnerRole.getRole(partnerAccount.getIntValue("role")) == PartnerRole.CASHIER boolean requireAudit = type == OperatorType.PARTNER && PartnerRole.getRole(partnerAccount.getIntValue("role")) == PartnerRole.CASHIER
&& clientConfig.getBooleanValue("enable_refund_auth"); && clientConfig.getBooleanValue("enable_refund_auth");
logger.debug("applyer type=" + type + "; require audit=" + requireAudit); logger.debug("applyer type={}; require audit={}",type, requireAudit);
return paymentApi.refundOrder(null, orderId, null, amount, remark, operator, type, requireAudit); return paymentApi.refundOrder(null, orderId, null, amount, remark, operator, type, requireAudit);
} }

@ -3,6 +3,8 @@ android:
appkey: '' appkey: ''
secret: '' secret: ''
app: app:
crossapp:
enable: true
agreetemplate: agreetemplate:
aggregate: aggregate:
path: https://file.royalpay.com.au/open/2020/04/08/1586313342533_41vI3w9R8OHrhAVYWvdv7S2IyQra4z.pdf path: https://file.royalpay.com.au/open/2020/04/08/1586313342533_41vI3w9R8OHrhAVYWvdv7S2IyQra4z.pdf
@ -100,7 +102,6 @@ logging:
Statement: debug Statement: debug
pattern: pattern:
console: '[%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){blue}] %clr(%-5level) %logger: %msg%n' console: '[%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){blue}] %clr(%-5level) %logger: %msg%n'
mail: mail:
mailgun: mailgun:
api_key: api:key-2e67b891a1a7974bf3a40ea440d5a77f api_key: api:key-2e67b891a1a7974bf3a40ea440d5a77f

Loading…
Cancel
Save