NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
[TOC] ## 代理产品列表 ~~~[api] post:/product/list <<< success ~~~ ## 代理区域列表 ~~~[api] post:/area/list *int:page=1#分页 *int:limit=10#条数 <<< success ~~~ ## 一个 ~~~[api] post:/area/info *int:id=1#ID <<< success ~~~ ## 添加 ~~~[api] post:/area/add *string:title=关中地区#区域名称 *string:region_ids=10001,10002,10003#行政区划id串 *string:product_ids=1,2,3#业务ID串 <<< success ~~~ ## 编辑 ~~~[api] post:/area/edit *int:id=1#ID *string:title=关中地区#区域名称 *string:region_ids=10001,10002,10003#行政区划id串 *string:product_ids=1,2,3#业务ID串 <<< success ~~~ ## 删除 ~~~[api] post:/area/del *int:id=1#ID <<< success ~~~