Files
kiri-wchat/wchat/qq/GamePrePay.php
T

14 lines
160 B
PHP
Raw Normal View History

2019-11-11 18:14:47 +08:00
<?php
2020-03-05 12:41:49 +08:00
namespace wchat\qq;
2019-11-11 18:14:47 +08:00
class GamePrePay extends SmallProgram
{
private $url = 'https://api.q.qq.com/api/json/openApiPay/GamePrePay?access_token=';
}