PHP code example of zhumengqiang / jd_biz

1. Go to this page and download the library: Download zhumengqiang/jd_biz library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

zhumengqiang / jd_biz example snippets


    //使用地址接口
    $address = new \jd\biz\request\AddressRequest();
    //获取省份列表
    var_dump($address->getProvinces());exit;