Commit b08f2864 authored by chenchuanwen's avatar chenchuanwen

ghtest

parent b33c5844
...@@ -111,8 +111,15 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -111,8 +111,15 @@ class IndexController extends \Our\Controller_Abstract {
$clientPush->pushTest(array()); $clientPush->pushTest(array());
exit; exit;
} }
public function testRelease(){
$obj=\Business\Order\OrderServiceModel::getInstance();
$obj->order='abc';
}
public function indexAction() { public function indexAction() {
$this->testRelease();
$obj=\Business\Order\OrderServiceModel::getInstance();
echo $obj->order;exit;
$getKey=$_GET['key']; $getKey=$_GET['key'];
if($getKey!='~!@#$`1234qwert'){ if($getKey!='~!@#$`1234qwert'){
throw new Exception('非法',-1111); throw new Exception('非法',-1111);
......
...@@ -38,7 +38,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -38,7 +38,7 @@ class OrderServiceModel extends \Business\AbstractModel
private $orderMessageField = "order_id as orderId,order_sn as orderSn,store_name as storeName,add_time as addTime,store_id as storeId,goods_amount as goodsAmount,shipping_fee as shippingFee,order_amount as orderAmount,shipping_type as shippingType,payment_type as paymentType,order_state as orderState,shipping_fee as shippingFee,refund_state as refundState,order_type as orderType,is_receive_payment as isReceivePayment,buyer_id as buyerId,buyer_name as buyerName,accept_time as acceptTime"; private $orderMessageField = "order_id as orderId,order_sn as orderSn,store_name as storeName,add_time as addTime,store_id as storeId,goods_amount as goodsAmount,shipping_fee as shippingFee,order_amount as orderAmount,shipping_type as shippingType,payment_type as paymentType,order_state as orderState,shipping_fee as shippingFee,refund_state as refundState,order_type as orderType,is_receive_payment as isReceivePayment,buyer_id as buyerId,buyer_name as buyerName,accept_time as acceptTime";
private $order; public $order;
//地址 //地址
private $address; private $address;
//收货人地址 //收货人地址
...@@ -55,6 +55,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -55,6 +55,7 @@ class OrderServiceModel extends \Business\AbstractModel
} }
private function getGoodsDetailField() private function getGoodsDetailField()
{ {
return $this->orderGoodsField . ',goods_commonid as goodsCommonId,goods_commonid as goodsCommonid,goods_group as goodsGroup'; return $this->orderGoodsField . ',goods_commonid as goodsCommonId,goods_commonid as goodsCommonid,goods_group as goodsGroup';
......
<?php <?php
echo 1;exit; phpinfo();
exit;
echo json_encode($_SERVER);exit; echo json_encode($_SERVER);exit;
$res=file_exists('/www/web/testadmin_shenbd_com/public_html/data/upload/mall/avatar/member_avatar_26.jpg'); $res=file_exists('/www/web/testadmin_shenbd_com/public_html/data/upload/mall/avatar/member_avatar_26.jpg');
var_dump($res); var_dump($res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment