Commit 2c9bb177 by zhousil

up

parent dbab6213
Showing with 3 additions and 1 deletions
......@@ -5,7 +5,9 @@ export const enum BenefitServiceName {
}
export const enum BenefitApiName {
Home = 'home_data'
Home = 'home_data',
AccountVerify = 'account_pay_need_verify_setting',
AccountData = 'account_data',
}
export class BenefitInvoker {
......
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 sign in to comment