1.1 基础信息介绍

### 1、请求地址 - 正式环境: ``` https://www.i8956.com/interface/index.php ``` ### 2、HTTP请求方式 - GET - 请求参数 | 字段 | 字段类型 | 必填 | 字段说明 | | ------------------------ | ------------ | ------- | ------------ | | api | string | true | API方法 | | timestamp| int | true | 当前 Unix 时间戳,10 位整型数字 UTC+8(东八区)| | apiAccountId| int | true | API 账号 ID| | encodeParams| string| true | 请求参数(Json 格式 BASE64 加密base64_encode(json_encode(xxx))| | sign| string| true | 校验值(MD5 加密格式)| - 说明 sigin 加密说明(注:键值参数需要按字母排序, 空值不用在 md5 中出现): sign = MD5(api=API 方法&apiAccountId= API 账号 ID& encodeParams =订单信息&timestamp=当前 UNIX 时间戳 apiKey)