合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### 接口名称 Service/getStoreCategory ### 接口描述 获取服务类型 ### 演示地址 `http://URL/Service/getStoreCategory` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) ~~~ ### 输出结果 ~~~ { "status": 1, "list": [ { "category_id": "1", "title": "婚礼策划" }, { "category_id": "2", "title": "婚纱摄影" }, { "category_id": "3", "title": "摄影师" }, { "category_id": "4", "title": "摄像师" }, { "category_id": "5", "title": "化妆师" }, { "category_id": "6", "title": "主持人" } ] } ~~~ ### 字段说明 ~~~ category_id服务分类id title 服务分类标题 ~~~ ### 其他说明