摘要:
DROP FUNCTION fristPinyin; DELIMITER $$ CREATE FUNCTION `fristPinyin`(P_NAME VARCHAR(255)) RETURNS varchar(255) CHARSET utf8 DETERMINISTIC BEGIN DECLA 阅读全文
摘要:
<?php /** + * 支付宝类 */ namespace Common\Lib\Pay; use Common\Lib\AliyunEail; use Common\Lib\PayFactory; use Common\Lib\Payment; use Common\Model\OrderMo 阅读全文
摘要:
实现在自己网站后台控制shopify页面翻译 1 <?php 2 namespace Cli\Controller; 3 4 use Curl; 5 use Exception; 6 use Think\Controller; 7 use Think\Log; 8 use Think\Think; 阅读全文