You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
think-library/src/service/pinduoduo/bin/example/Config_sample.php

10 lines
275 B

<?php
class Config
{
static public $clientId = "Your client id";
static public $clientSecret = "Your client secret";
static public $accessToken ="Your access token";
static public $refreshToken = "Your refresh token";
static public $code = "Your code";
}