Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 360 Bytes

#appcan_app_know(Agricultural medicine) 编码规范

appId:11497455
appKey:e3683d9d-911b-4318-b1b8-90340dba550f

##默认编码

utf-8编码

##ajax接口数据提交格式

url:config.apiUrl
data:{action:yourAction,other:other}
dataType:'jsonp'
jsonp:'jsoncallback'

##获取接口数据格式

{status:id,msg:msg,data:data}