Commit fb89294d by 程裕兵

feat:sync auth

parent efba1b4f
......@@ -30,4 +30,9 @@ public class PayCenterJob {
payCenterTaskApi.syncPay();
}
@Scheduled(cron = "0 0/10 * * * ?")
public void syncAuth() {
payCenterTaskApi.syncSubChannelAuth();
}
}
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