Commit 4d0eb514 authored by 李尚科's avatar 李尚科

fix

parent 73d68aaa
Pipeline #13608 passed with stage
in 5 seconds
......@@ -72,7 +72,7 @@ class CommonService extends Service {
const mch_id = this.config.MCH_ID;
const trade_type = 'MWEB';
const nonce_str = ctx.helper.createNoncestr();
const time_expire = expire_time ? expire_time : moment().format('YYYYMMDDHHmmss');
const time_expire = expire_time ? expire_time : moment().subtract(1, 'days').format('YYYYMMDDHHmmss');
// const spbill_create_ip = ctx.helper.getClientIP();
const spbill_create_ip = '122.224.130.226';
let json_data = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment