# huawei-ax-demo **Repository Path**: sky-l/huawei-ax-demo ## Basic Information - **Project Name**: huawei-ax-demo - **Description**: 对接华为小号线路 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-30 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # huawei-ax-demo #### 介绍 对接华为小号线路 #### 软件架构 代码结构简单,就不做成 composer 包了,需要的直接复制关键方法使用即可 #### 使用说明 ``` $config = [ 'appkey' => 'xxx', 'appsecret' => 'xxxxx', 'expiration' => '60', 'host' => 'http://122.112.233.87:8090', 'uri' => '/v2/ax/mode102', ]; $ax = new HuaweiAx($config); // 绑定真实手机号 $result = $ax->bind(18888888888); // output: {"code":"0","message":"success","data":{"subid":"100X571X0000000001","telX":"13720056199"}} ```