| 123456789101112131415161718192021222324 |
- <?php
- /**
- * goods_detail 字段
- * TradeGoodsDetail
- * PHP version 7.4
- *
- * @category Class
- * @package Lakala\OpenAPISDK\V3\Model
- * @author lucongyu
- * @link https://o.lakala.com
- */
- namespace SixShop\Lakala\OpenAPISDK\V3\Model;
- class TradeGoodsDetail implements \JsonSerializable
- {
- #[\ReturnTypeWillChange]
- public function jsonSerialize(): mixed
- {
- return [
- ];
- }
- }
|