Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

打不开优惠券二合一页面 #5

Description

@cocoboy84520
    fun getTaokeParams(taokePar: Map<String?, Any?>): AlibcTaokeParams? {
        val pid = taokePar["pid"] as String?
        val taokeParams = AlibcTaokeParams("", "", "")
        if (pid != null) {
            taokeParams.setPid(pid)
        }
        val extParams = taokePar["extParams"]
        //TODO 其他参数待添加
        return taokeParams
    }

定义了extParams没有set

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions