Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wiki-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • wiki-php
  • Wiki
  • 360safeguardnativeapi

360safeguardnativeapi · Changes

Page history
wangqs created page: 360safeguardnativeapi authored Sep 26, 2017 by 互联网应用开发's avatar 互联网应用开发
Hide whitespace changes
Inline Side-by-side
Showing with 20 additions and 0 deletions
+20 -0
  • 360safeguardnativeapi.md 360safeguardnativeapi.md +20 -0
  • No files found.
360safeguardnativeapi.md
View page @ 4d815627
......@@ -19,3 +19,23 @@
#### Android.shareWeixinTimeline('http://baidu.com','百度','垃圾',"http://xxx.com/logo.jpg");
分享到朋友圈
#### http
##### 可以任意构造一个http请求,可以设置referer,user-agent, 不考虑任何跨域问题
##### 简单的get请求,示例:
###### 写法一:
```javascript
var req = new Http("http://api.qjhtv.com/api/app/?action=get_weather");
req.setOnSuccess(function(d){ console.log(d) });
req.fetch();
```
###### 写法二:
```javascript
var req = new Http("http://api.qjhtv.com/api/app/",{"action":"get_weather"});
req.setOnSuccess(function(d){ console.log(d) });
req.fetch();
```
Clone repository
  • 360safeguardnativeapi
  • all new classmate
  • bind phone
  • code standard
  • deploy_sys
  • edit common
  • edit master
  • envrioment
  • find psw
  • front new classmate
  • front statck
  • git
  • Home
  • idcard md5
  • ide
View All Pages