\app\routine\model\routineRoutineServer

Summary

Methods
Properties
Constants
curlGet()
curlPost()
getAccessToken()
get_access_token()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

curlGet()

curlGet(string  $url = '', array  $options = array()) : mixed

curl get方式

Parameters

string $url
array $options

Returns

mixed

curlPost()

curlPost(string  $url = '', string  $postData = '', array  $options = array()) : mixed

curl post

Parameters

string $url
string $postData
array $options

Returns

mixed

getAccessToken()

getAccessToken(string  $routineAppId = 'wx7bc36cccc15e4be2', string  $routineAppSecret = 'a13757487f35b0ad88c03455b1903c4d') : mixed

微信公众号

Parameters

string $routineAppId
string $routineAppSecret

Returns

mixed

get_access_token()

get_access_token() : mixed

获取access_token 数据库

Returns

mixed