赞
踩
<?php /** * 小红书 API 签名算法实现 */ class XiaoHongShuSignature { private $appKey; private $appSecret; public function __construct($appKey, $appSecret)