rabin 1 年之前
父節點
當前提交
0b8ba87017
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      yspay/Cash.php

+ 1 - 1
yspay/Cash.php

@@ -161,7 +161,7 @@ class Cash
     	if ($merchant) {
     		$key = array_rand($merchant);
     		if ($key && isset($merchant[$key])) {
-    			return $merchant['mid'];
+    			return $merchant[$key]['mid'];
     		}
     	}
     	return false;