3

我在我的应用程序中集成了 PayU SDK,这在测试环境中运行良好,但在生产环境中不起作用。

我收到了这个错误,它破坏了流程

价值

我也从服务器调试了哈希值,但没有帮助。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Error</title>
<link rel="shortcut icon" type="image/ico"   href="https://static.payu.in/images/favicon.png" />
<link href="https://static.payu.in/css/main.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
      <link rel="stylesheet" type="text/css" href="css/ie6.css" />
<![endif]-->
<style type="text/css"></style></head>

        <div id="header" class="clearfix">
                <div
    class="logo" >  
</div>
    </div>

<div id="container">
    <div class="paymentDetailsDiv">
        <div class="paymentDetailsHeading">An Error Occurred</div>
        <div class="paymentDetails">
            <div class="payby"></div>
            <div class="card-bg-top"></div>
            <div class="card-bg-mid">
                <div id="visamaster-container"></div>
                <div
                    style="font-size: 22px; font-weight: normal; margin-top: 15px; clear: both">
                    <h4 align="center">
                        <strong> <span style="color: #FF6600">Sorry, Some Problem
                                Occurred.</span>
                        </strong>
                    </h4>
                </div>
            </div>
            <div class="card-bg-bottom"></div>
            <div>
                <span style="font-size: 15px;">                                                                     </span>
            </div>
        </div>

    </div>
</div>

任何帮助表示赞赏。


简单的选择查询可以像

select name,val froom table where date=&date

因此,您将获得特定日期的所有带有名称和 val 的记录。

现在的问题是没有人会为每个日期编写查询。

因此,您可以通过查询从表中获取所有不同的日期

select DISTINCT date from table name

现在剩下的就是您需要编写一个过程,该过程将有一个循环,并将输出不同的日期作为迭代器,并为每次迭代触发名称和 val 的选择查询。

4

1 回答 1

-1

targetSdkVersion 25 出现此错误,但 targetSdkVersion 23 工作正常

于 2016-12-21T07:25:01.407 回答