Skip to content

Commit

Permalink
add new api data for ValidateEmailService
Browse files Browse the repository at this point in the history
  • Loading branch information
huojiao2006 committed Mar 22, 2019
1 parent 70e7715 commit bb5c386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/db/schema/am/V0_9__add_api_validate_email_service.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INSERT INTO module_api
(module_id,module_name,feature_id,feature_name,action_bundle_id,action_bundle_name,global_admin_action_bundle_visibility,isv_action_bundle_visibility,user_action_bundle_visibility,api_id,api_method,url_method,url) VALUES
('m5','平台设置','m5.f2','服务设置','m5.f2.a2','修改服务设置',1,0,0,'m5.f2.a2.api2','ValidateEmailService','post','/v1/service_configs/validate_email_service');

0 comments on commit bb5c386

Please sign in to comment.