callbackPage = $callbackPage; $this->apiParas["callback_page"] = $callbackPage; } public function getCallbackPage() { return $this->callbackPage; } public function setExtendParam($extendParam) { $this->extendParam = $extendParam; $this->apiParas["extend_param"] = $extendParam; } public function getExtendParam() { return $this->extendParam; } public function setGoodsCode($goodsCode) { $this->goodsCode = $goodsCode; $this->apiParas["goods_code"] = $goodsCode; } public function getGoodsCode() { return $this->goodsCode; } public function setItemCode($itemCode) { $this->itemCode = $itemCode; $this->apiParas["item_code"] = $itemCode; } public function getItemCode() { return $this->itemCode; } public function getApiMethodName() { return "dingtalk.oapi.appstore.internal.skupage.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->goodsCode,"goodsCode"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }