Commit 77edd1b3 authored by hangjun83's avatar hangjun83

openapi 1.1

parent 6c5d016f
...@@ -48,8 +48,8 @@ class CustomerAuthController extends Controller ...@@ -48,8 +48,8 @@ class CustomerAuthController extends Controller
* @Schema( * @Schema(
* required={"customerToken"}, * required={"customerToken"},
* @Property(property="customerToken", @Schema(type="string"),description="用户私有key"), * @Property(property="customerToken", @Schema(type="string"),description="用户私有key"),
* example={"customerToken" : "XXXX"} * ),
* ) * @OA\Examples(example="customerToken", value="cKCXPza6y23l_c0z",summary=""),
* ) * )
* ), * ),
* @AnnotationResponse( * @AnnotationResponse(
......
...@@ -39,7 +39,7 @@ class BjsApiService extends PlatformAbstractService ...@@ -39,7 +39,7 @@ class BjsApiService extends PlatformAbstractService
$params = []; $params = [];
$params['CASNumber'] = $this->mergeApiMetaData($product); $params['CASNumber'] = $this->mergeApiMetaData($product);
$uri = $this->platformInfo['platform_url'].'/api/BJS/GetStockPriceDataThree'; $uri = $this->platformInfo['platform_url'].'/api/BJS/GetStockPriceDataFour';
$response = $this->getPostClient($uri,$params,null,[ $response = $this->getPostClient($uri,$params,null,[
'Client_id' => $this->platformInfo['platform_params']['Client_id'], 'Client_id' => $this->platformInfo['platform_params']['Client_id'],
'Client_secret' => $this->platformInfo['platform_params']['Client_secret'] 'Client_secret' => $this->platformInfo['platform_params']['Client_secret']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment