qq746440740/jd-jos-api-sdk

dev-main 2024-09-09 09:13 UTC

This package is auto-updated.

Last update: 2025-07-09 11:03:45 UTC


README

demo

$c = new \JdJos\jdJdClient();
$c->appKey = "your appKey";
$c->appSecret = "your appSecret";
$c->serverUrl = "serverUrl"; // 请求地址
$req = new \JdJos\request\AreaProvinceGetRequest();
$resp = $client->execute($req);
return $resp;