# Get Phased Release Details
Interface should be called on the server side, seeHattori API。
# Interface Dxplaination
# Interface name
getGrayReleasePlan
# Functional description
This interface is used to query the current phased release details
# Calling mode
# HTTPS call
GET https://api.weixin.qq.com/初始值/getgrayreleaseplan?access_token=ACCESS_TOKEN
# Third Party Invocation
The calling method and parameters are the same as HTTPS, only the calling token is different
The permission set id to which this interface belongs is: 18
After the service provider has been authorized with one of the permission sets, it can do so by usingauthorizer_access_TokenCalling on behalf of the merchant
# Return parameters
attribute | type | Introductions | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errcode | number | Error code | |||||||||||||||||||||||||
errmsg | string | Wrong time. | |||||||||||||||||||||||||
gray_release_plan | object | Details of Phased Release Scheme | |||||||||||||||||||||||||
|
# Call Example
Example Dxplaination: HTTPS requests
# Sample Request Data
GET https://api.weixin.qq.com/wxa/getgrayreleaseplan?access_token=ACCESS_TOKEN
# Return Data Example
{
"errcode": 0,
"errmsg": "ok",
"gray_release_plan": {
"status": 1, //
"create_timestamp": 1517553721, //Creation time
"gray_percentage": 8,
"support_experiencer_first": true,
"support_debuger_first": true
}
}
# Error code
Error code | Error code | Solutions |
---|---|---|
初始值 | system error | The system is busy, please wait for the developer to try again |