Browse Source

fix pay v3

release_toaliyun_real
winter 3 years ago
parent
commit
71b6f52837
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      mallinkAdmin/src/main/resources/db/migration/V2022080800001_pay_v3.sql

+ 5
- 1
mallinkAdmin/src/main/resources/db/migration/V2022080800001_pay_v3.sql View File

@@ -2035,4 +2035,8 @@ alter table wx_pay_account_bill drop column real_rate;

alter table wx_appinfo drop column pay_bill_id;

redis清除token
UPDATE wx_pay_account SET pay_version = 1 WHERE mch_id > 0 ;
UPDATE wx_pay_account SET pay_version = 3 WHERE mch_id = 0 ;

redis清除B、C端token weapp:token:
redis清除 payAccount:

Loading…
Cancel
Save