💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 Store/addStore ### 接口描述 开通店铺 ### 请求地址 http://URL/Store/addStore ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (string) real_name真实姓名 必填 (file) id_card_image身份证图片 必填 (string) id_card身份证号 必填 (int) occupation_id,职业 必填 (string) company 公司名称(选填) (string) service_area 服务范围 (对应的地区id,以","(逗号)连接) 必填 (string) city_names (地址,以""(空格)连接的字符串)必填 (string) city_ids (对应的地区id,以","(逗号)连接) 必填 ~~~ ### 输出结果 ~~~ { "status":1, "msg": { "store_id":3 } } ~~~