Jelajahi Sumber

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

stanley-king 3 tahun lalu
induk
melakukan
9de36c2b1d

+ 1 - 1
admin/include/limit.php

@@ -38,6 +38,7 @@ $_limit =  array(
         array('name'=> '通道组管理', 'op'=> null, 'act'=>'provider_group'),
         array('name'=> '订单监控', 'op'=>null, 'act'=>'ordersendlist'),
         array('name'=> '对账管理', 'op'=>null, 'act'=>'orderstats'),
+        array('name'=> '充值拦截设置', 'op'=>null, 'act'=>'refill_config'),
         array('name'=> '卡密管理', 'op'=>null, 'act'=>'card_key'),
         array('name'=> '库存管理', 'op'=>null, 'act'=>'refill_stock'),
         array('name'=> '成功率监控', 'op'=>null, 'act'=>'refill_successful'),
@@ -45,7 +46,6 @@ $_limit =  array(
         array('name'=> '上游信息管理', 'op'=>null, 'act'=>'provider_info'),
         array('name'=> '机构信息管理', 'op'=>null, 'act'=>'merchant_info'),
         array('name'=> '订单排队查询', 'op'=>null, 'act'=>'refill_cron'),
-        array('name'=> '充值系统设置', 'op'=>null, 'act'=>'refill_config'),
         array('name'=> '退款信息管理', 'op'=>null, 'act'=>'refill_refund'),
         array('name'=> '客服订单查询', 'op'=>null, 'act'=>'order_search'),
         array('name'=> '接单查询', 'op'=>null, 'act'=>'refill_detail'),

+ 570 - 29
admin/templates/default/provider.price.php

@@ -38,7 +38,24 @@
     }
     .tbodyd tr:hover { background-color : #cbe9f3!important;}
     .tbodyd tr:hover td { background : none!important;}
-
+    .as {
+        text-align: center;
+    }
+    .as:hover {
+        background-color : #cbe9f3!important;
+    }
+    .desc {
+        text-align: center;
+    }
+    .desc:hover {
+        background-color : #cbe9f3!important;
+    }
+    .add {
+        background-color : #cbe9f3!important;
+    }
+    .hover:hover {
+        background-color : #cbe9f3!important;
+    }
 </style>
 <div class="page">
     <div class="fixed-bar">
@@ -121,7 +138,7 @@
             <thead id="tbody">
             <tr class="thead">
                 <th rowspan="2" class="align-center">通道ID</th>
-                <th rowspan="2" class="align-center">通道名称</th>
+                <th rowspan="2"  class="align-center">通道名称</th>
                 <?php foreach ($output['card_types'] as $card_type) {?>
                     <th colspan="<?php echo count($output['specs']);?>" class="align-center" data-type="<?php echo $card_type;?>">
                         <?php echo $output['card_type_text'][$card_type];?>
@@ -132,7 +149,7 @@
             <tr class="thead">
                 <?php foreach ($output['card_types'] as $card_type) {?>
                 <?php foreach ($output['specs'] as $spec){ ?>
-                        <th class="align-center" data-type="<?php echo $card_type;?>"><?php echo $spec;?>元</th>
+                        <th style="cursor: pointer;" onclick="SortTable(this)" class="align-center hover" data-type="<?php echo $card_type;?>" id="<?php echo $card_type . $spec;?>"><?php echo $spec;?>元</th>
                     <?php }?>
                 <?php }?>
             </tr> 
@@ -142,11 +159,11 @@
             <?php if(!empty($output['data'])){ ?>
             <?php foreach ($output['data'] as $key => $value){?>
                 <tr class="trFlex" id="trFlex">
-                    <td class="align-center"><?php echo $key;?></td>
-                    <td class="align-center"><?php echo $value['store_name'];?></td>
+                    <td name="td0" class="align-center"><?php echo $key;?></td>
+                    <td name="td1" class="align-center"><?php echo $value['store_name'];?></td>
                     <?php foreach ($output['card_types'] as $card_type) {?>
                         <?php foreach ($output['specs'] as $spec){ ?>
-                            <td class="align-center" data-type="<?php echo $card_type;?>"><?php echo $value['price'][$value['name'].'-'.$card_type.'-'.$spec];?></td>
+                            <td class="align-center <?php echo 'td'. $card_type . $spec;?>" name="<?php echo 'td'. $card_type . $spec;?>" data-type="<?php echo $card_type;?>"><?php echo $value['price'][$value['name'].'-'.$card_type.'-'.$spec];?></td>
                         <?php }?>
                     <?php } ?>
                 </tr>
@@ -194,9 +211,6 @@
                 $(this).attr('href','JavaScript:void(0);')
             }
         })
-
-
-         
         $('.trFlex td').each(function (index, item) {
             let color = $(this).attr('data-type')
             if (color ==  4 || color ==  1) {
@@ -211,10 +225,8 @@
         })
         // 导出
         $('#ncexport').click(function () {
-
             $('input[name="export"]').val('1');
             $('input[name="op"]').val('index');
-
             $('#formSearch').submit();
             $('input[name="export"]').val('');
             var ii = layer.load();
@@ -236,25 +248,554 @@
             }            
         })
 
-        let newArr = [];
-        let html = [];
-        $('.tbody tr').each(function () {
-            let res = $(this).find('td').eq(2).text();
-            if (!isNaN(res)) {
-                newArr.push(res);
+        $('#410').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td410').addClass('add')
+            } else {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td410').addClass('add')
+            }
+        })  
+        $('#420').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td420').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td420').addClass('add')
+            }
+        })  
+        $('#430').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td430').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td430').addClass('add')
+            }
+        })   
+        $('#450').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td450').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td450').addClass('add')
+            }
+        })   
+        $('#4100').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4100').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4100').addClass('add')
+            }
+        })   
+        $('#4200').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4200').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4200').addClass('add')
+            }
+        })    
+        $('#4300').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4300').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4300').addClass('add')
+            }
+        })     
+        $('#4500').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4500').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td4500').addClass('add')
+            }
+        })    
+        $('#510').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td510').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td510').addClass('add')
+            }
+        })    
+        $('#520').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td520').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td520').addClass('add')
+            }
+        })      
+        $('#530').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td530').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td530').addClass('add')
+            }
+        })     
+        $('#550').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td550').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td550').addClass('add')
+            }
+        })     
+        $('#5100').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5100').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5100').addClass('add')
+            }
+        })      
+        $('#5200').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5200').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5200').addClass('add')
+            }
+        })      
+        $('#5300').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5300').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5300').addClass('add')
+            }
+        })      
+        $('#5500').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5500').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td5500').addClass('add')
+            }
+        })      
+        $('#610').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td610').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td610').addClass('add')
+            }
+        })       
+        $('#620').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td620').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td620').addClass('add')
+            }
+        })       
+        $('#630').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td630').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td630').addClass('add')
+            }
+        })       
+        $('#650').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td650').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td650').addClass('add')
+            }
+        })       
+        $('#6100').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6100').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6100').addClass('add')
+            }
+        })       
+        $('#6200').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6200').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6200').addClass('add')
+            }
+        })      
+        $('#6300').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6300').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6300').addClass('add')
+            }
+        })      
+        $('#6500').click(function() {
+            let tdcolor = $(this).attr('class')
+            if (tdcolor == 'as') {
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6500').addClass('add')
+            } else{
+                $('#trFlex td').each(function() {
+                    $(this).siblings().removeClass('add')
+                })
+                $('.td6500').addClass('add')
             }
         })
-            newArr.forEach(item => {
-                html.push (item * 1)
-        });
-        function avg() {
-			let sum = 0;
-			for (var i = 0, j = arguments.length; i < j; i++) {
-				sum += arguments[i];
-			}
-			return sum / arguments.length;
-		}
-            let retain = avg.apply(null, html).toFixed(4);
-            console.log(retain);
+        //平均值
+        // let newArr = [];
+        // let html = [];
+        // $('.tbody tr').each(function () {
+        //     let res = $(this).find('td').eq(2).text();
+        //     if (!isNaN(res)) {
+        //         newArr.push(res);
+        //     }
+        // })
+        //     newArr.forEach(item => {
+        //         html.push (item * 1)
+        // });
+        // function avg() {
+		// 	let sum = 0;
+		// 	for (var i = 0, j = arguments.length; i < j; i++) {
+		// 		sum += arguments[i];
+		// 	}
+		// 	return sum / arguments.length;
+		// }
+        //     let retain = avg.apply(null, html).toFixed(4);
+        //     console.log(retain);
     });
+
+    function sortNumberAS(a, b)
+    {
+        return a - b    
+    }
+    function sortNumberDesc(a, b)
+    {
+        return b-a
+    }
+
+    function SortTable(obj){
+        let td0s=document.getElementsByName("td0");
+        let td1s=document.getElementsByName("td1");
+        let td2s=document.getElementsByName("td410");
+        let td3s=document.getElementsByName("td420");
+        let td4s=document.getElementsByName("td430");
+        let td5s=document.getElementsByName("td450");
+        let td6s=document.getElementsByName("td4100");
+        let td7s=document.getElementsByName("td4200");
+        let td8s=document.getElementsByName("td4300");
+        let td9s=document.getElementsByName("td4500");
+        let td10s=document.getElementsByName("td510");
+        let td11s=document.getElementsByName("td520");
+        let td12s=document.getElementsByName("td530");
+        let td13s=document.getElementsByName("td550");
+        let td14s=document.getElementsByName("td5100");
+        let td15s=document.getElementsByName("td5200");
+        let td16s=document.getElementsByName("td5300");
+        let td17s=document.getElementsByName("td5500");
+        let td18s=document.getElementsByName("td610");
+        let td19s=document.getElementsByName("td620");
+        let td20s=document.getElementsByName("td630");
+        let td21s=document.getElementsByName("td650");
+        let td22s=document.getElementsByName("td6100");
+        let td23s=document.getElementsByName("td6200");
+        let td24s=document.getElementsByName("td6300");
+        let td25s=document.getElementsByName("td6500");
+        let tdArray0=[];
+        let tdArray1=[];
+        let tdArray2=[];
+        let tdArray3=[];
+        let tdArray4=[];
+        let tdArray5=[];
+        let tdArray6=[];
+        let tdArray7=[];
+        let tdArray8=[];
+        let tdArray9=[];
+        let tdArray10=[];
+        let tdArray11=[];
+        let tdArray12=[];
+        let tdArray13=[];
+        let tdArray14=[];
+        let tdArray15=[];
+        let tdArray16=[];
+        let tdArray17=[];
+        let tdArray18=[];
+        let tdArray19=[];
+        let tdArray20=[];
+        let tdArray21=[];
+        let tdArray22=[];
+        let tdArray23=[];
+        let tdArray24=[];
+        let tdArray25=[];
+        for(var i=0;i<td0s.length;i++){
+            tdArray0.push(td0s[i].innerHTML);
+        }
+        for(let i=0;i<td1s.length;i++){
+            tdArray1.push(td1s[i].innerHTML);
+        }
+        for(let i=0;i<td2s.length;i++){
+            tdArray2.push(td2s[i].innerHTML);
+        }
+        for(let i=0;i<td3s.length;i++){
+            tdArray3.push(td3s[i].innerHTML);
+        }
+        for(let i=0;i<td4s.length;i++){
+            tdArray4.push(td4s[i].innerHTML);
+        }
+        for(let i=0;i<td5s.length;i++){
+            tdArray5.push(td5s[i].innerHTML);
+        }
+        for(let i=0;i<td6s.length;i++){
+            tdArray6.push(td6s[i].innerHTML);
+        }
+        for(let i=0;i<td7s.length;i++){
+            tdArray7.push(td7s[i].innerHTML);
+        }
+        for(let i=0;i<td8s.length;i++){
+            tdArray8.push(td8s[i].innerHTML);
+        }
+        for(let i=0;i<td9s.length;i++){
+            tdArray9.push(td9s[i].innerHTML);
+        }
+        for(let i=0;i<td10s.length;i++){
+            tdArray10.push(td10s[i].innerHTML);
+        }
+        for(let i=0;i<td11s.length;i++){
+            tdArray11.push(td11s[i].innerHTML);
+        }
+        for(let i=0;i<td12s.length;i++){
+            tdArray12.push(td12s[i].innerHTML);
+        }
+        for(let i=0;i<td13s.length;i++){
+            tdArray13.push(td13s[i].innerHTML);
+        }
+        for(let i=0;i<td14s.length;i++){
+            tdArray14.push(td14s[i].innerHTML);
+        }
+        for(let i=0;i<td15s.length;i++){
+            tdArray15.push(td15s[i].innerHTML);
+        }
+        for(let i=0;i<td16s.length;i++){
+            tdArray16.push(td16s[i].innerHTML);
+        }
+        for(let i=0;i<td17s.length;i++){
+            tdArray17.push(td17s[i].innerHTML);
+        }
+        for(let i=0;i<td18s.length;i++){
+            tdArray18.push(td18s[i].innerHTML);
+        }
+        for(let i=0;i<td19s.length;i++){
+            tdArray19.push(td19s[i].innerHTML);
+        }
+        for(let i=0;i<td20s.length;i++){
+            tdArray20.push(td20s[i].innerHTML);
+        }
+        for(let i=0;i<td21s.length;i++){
+            tdArray21.push(td21s[i].innerHTML);
+        }
+        for(let i=0;i<td22s.length;i++){
+            tdArray22.push(td22s[i].innerHTML);
+        }
+        for(let i=0;i<td23s.length;i++){
+            tdArray23.push(td23s[i].innerHTML);
+        }
+        for(let i=0;i<td24s.length;i++){
+            tdArray24.push(td24s[i].innerHTML);
+        }
+        for(let i=0;i<td25s.length;i++){
+            tdArray25.push(td25s[i].innerHTML);
+        }
+        let tds = document.getElementsByName("td" + obj.id.substr(0, obj.id.length));
+        let columnArray=[];
+        for(let i=0;i<tds.length;i++){
+            columnArray.push(tds[i].innerHTML);
+        }
+        let orginArray=[];
+        for(let i=0;i<columnArray.length;i++){
+            orginArray.push(columnArray[i]);
+        }
+        if(obj.className=="as"){
+            columnArray.sort(sortNumberAS);   
+            obj.className="desc";
+        }else{
+            columnArray.sort(sortNumberDesc);  
+            obj.className="as";
+        }
+        for(let i=0;i<columnArray.length;i++){
+            for(let j=0;j<orginArray.length;j++){
+                if(orginArray[j]==columnArray[i]){
+                    document.getElementsByName("td0")[i].innerHTML=tdArray0[j];
+                    document.getElementsByName("td1")[i].innerHTML=tdArray1[j];
+                    document.getElementsByName("td410")[i].innerHTML=tdArray2[j];
+                    document.getElementsByName("td420")[i].innerHTML=tdArray3[j];
+                    document.getElementsByName("td430")[i].innerHTML=tdArray4[j];
+                    document.getElementsByName("td450")[i].innerHTML=tdArray5[j];
+                    document.getElementsByName("td4100")[i].innerHTML=tdArray6[j];
+                    document.getElementsByName("td4200")[i].innerHTML=tdArray7[j];
+                    document.getElementsByName("td4300")[i].innerHTML=tdArray8[j];
+                    document.getElementsByName("td4500")[i].innerHTML=tdArray9[j];
+                    document.getElementsByName("td510")[i].innerHTML=tdArray2[j];
+                    document.getElementsByName("td520")[i].innerHTML=tdArray3[j];
+                    document.getElementsByName("td530")[i].innerHTML=tdArray4[j];
+                    document.getElementsByName("td550")[i].innerHTML=tdArray5[j];
+                    document.getElementsByName("td5100")[i].innerHTML=tdArray6[j];
+                    document.getElementsByName("td5200")[i].innerHTML=tdArray7[j];
+                    document.getElementsByName("td5300")[i].innerHTML=tdArray8[j];
+                    document.getElementsByName("td5500")[i].innerHTML=tdArray9[j];
+                    document.getElementsByName("td610")[i].innerHTML=tdArray2[j];
+                    document.getElementsByName("td620")[i].innerHTML=tdArray3[j];
+                    document.getElementsByName("td630")[i].innerHTML=tdArray4[j];
+                    document.getElementsByName("td650")[i].innerHTML=tdArray5[j];
+                    document.getElementsByName("td6100")[i].innerHTML=tdArray6[j];
+                    document.getElementsByName("td6200")[i].innerHTML=tdArray7[j];
+                    document.getElementsByName("td6300")[i].innerHTML=tdArray8[j];
+                    document.getElementsByName("td6500")[i].innerHTML=tdArray9[j];
+                    orginArray[j]=null;
+                    break;
+                }
+            }
+        }
+    }
 </script>

+ 1 - 1
data/config/win/refill.ini.php

@@ -1947,7 +1947,7 @@ $yunsuoyaoman_phone = ['name' => 'yunsuoyaoman', 'store_id' => 110,'qualitys' =>
         50 => [['goods_id' => 6973, 'price' => 46.1, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         100 => [['goods_id' => 6974, 'price' => 92.2, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         200 => [['goods_id' => 6975, 'price' => 184.4, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
-        300 => [['goods_id' => 6976, 'price' => 276.5, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
+        300 => [['goods_id' => 6976, 'price' => 276.6, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         500 => [['goods_id' => 6977, 'price' => 461, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
     ],
     'official_sn' => true, 'refill_type' => 'api'];

+ 1 - 1
data/config/xyz/refill.ini.php

@@ -1947,7 +1947,7 @@ $yunsuoyaoman_phone = ['name' => 'yunsuoyaoman', 'store_id' => 110,'qualitys' =>
         50 => [['goods_id' => 6973, 'price' => 46.1, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         100 => [['goods_id' => 6974, 'price' => 92.2, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         200 => [['goods_id' => 6975, 'price' => 184.4, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
-        300 => [['goods_id' => 6976, 'price' => 276.5, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
+        300 => [['goods_id' => 6976, 'price' => 276.6, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         500 => [['goods_id' => 6977, 'price' => 461, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
     ],
     'official_sn' => true, 'refill_type' => 'api'];

+ 1 - 1
data/config/xyzadm/refill.ini.php

@@ -1947,7 +1947,7 @@ $yunsuoyaoman_phone = ['name' => 'yunsuoyaoman', 'store_id' => 110,'qualitys' =>
         50 => [['goods_id' => 6973, 'price' => 46.1, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         100 => [['goods_id' => 6974, 'price' => 92.2, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         200 => [['goods_id' => 6975, 'price' => 184.4, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
-        300 => [['goods_id' => 6976, 'price' => 276.5, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
+        300 => [['goods_id' => 6976, 'price' => 276.6, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
         500 => [['goods_id' => 6977, 'price' => 461, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
     ],
     'official_sn' => true, 'refill_type' => 'api'];