generated from root/miduo_server
增加太初行直播7渠道
parent
5376197618
commit
82c52bdd20
|
|
@ -80,8 +80,8 @@ public class GetUserController extends HttpServlet {
|
|||
serviceMap.put("TCX02702", new Tcx02702VerifyService("TCX02702"));
|
||||
serviceMap.put("TCX02703", new Tcx02703VerifyService("TCX02703"));
|
||||
serviceMap.put("TCX02706", new Tcx02706VerifyService("TCX02706"));
|
||||
//太初行quick直播渠道
|
||||
serviceMap.put("TCXQUZB", new QuickTcxZbVerifyService("TCXQUZB"));
|
||||
//太初行quick7直播渠道
|
||||
serviceMap.put("TCXQKZB7", new QuickTcxZbVerifyService("TCXQKZB7"));
|
||||
//太初行quick直播2渠道
|
||||
serviceMap.put("TCXQUZB2", new QuickTcxZb2VerifyService("TCXQUZB2"));
|
||||
//西游悠谷直播1
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import java.util.Map;
|
|||
*/
|
||||
public class QuickTcxZbVerifyService extends QuickVerifyService {
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(QuickxyzbVerifyService.class);
|
||||
public final static String product_code = "29150112018010659312385093346508";
|
||||
public final static String product_code = "99873161346190709859943568354314";
|
||||
|
||||
public QuickTcxZbVerifyService(String sign) {
|
||||
super(sign);
|
||||
|
|
|
|||
Loading…
Reference in New Issue