更新直播送礼

This commit is contained in:
yaooo 2023-10-26 16:05:43 +08:00
parent a7973a471f
commit d6d31ba1fd

View File

@ -30,8 +30,8 @@ use GuzzleHttp\Client;
*/ */
class Zhibo extends BaseController class Zhibo extends BaseController
{ {
private $checkUrl = 'https://ceshi-zhibo.lihaink.cn/api/zhibo/checkGift'; private $checkUrl = 'http://ceshi-zhibo.lihaink.cn/api/zhibo/checkGift';
private $giftUrl = 'https://ceshi-zhibo.lihaink.cn/api/zhibo/sendGiftMessage'; private $giftUrl = 'http://ceshi-zhibo.lihaink.cn/api/zhibo/sendGiftMessage';
//用户直播送礼 //用户直播送礼
public function reward() public function reward()